projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e720fff
)
(with-current-buffer): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 30 May 2006 01:18:24 +0000
(
01:18
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 30 May 2006 01:18:24 +0000
(
01:18
+0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 90f1db78de11267f47b6547381216cc45ce1d02b..993dae04181b2a36f5e34e4d6efdc634c7c76aee 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-2203,6
+2203,7
@@
If you quit, the process is killed with SIGINT, or SIGKILL if you quit again."
(defmacro with-current-buffer (buffer &rest body)
"Execute the forms in BODY with BUFFER as the current buffer.
+BUFFER can be a buffer or a buffer name.
The value returned is the value of the last form in BODY.
See also `with-temp-buffer'."
(declare (indent 1) (debug t))